home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / StringCollection.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  682 b   |  15 lines

  1. [StringCollection]
  2. 0=2,Count,public int Count {get;}
  3. 1=2,IsReadOnly,public bool IsReadOnly {get;}
  4. 2=2,IsSynchronized,public bool IsSynchronized {get;}
  5. 3=3,RemoveAt,public void RemoveAt(int index);
  6. 4=2,SyncRoot,public object SyncRoot {get;}
  7. 5=3,Add,public int Add(string value);
  8. 6=3,AddRange,public void AddRange(string[] value);
  9. 7=3,Clear,public void Clear();
  10. 8=3,Contains,public bool Contains(string value);
  11. 9=3,CopyTo,public void CopyTo(Array array, int index);
  12. 10=3,GetEnumerator,public IEnumerator GetEnumerator();
  13. 11=3,IndexOf,public int IndexOf(string value);
  14. 12=3,Insert,public void Insert(int index, string value);
  15. 13=3,Remove,public void Remove(string value);